-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: node add call triggers no prompt found for local-build-path error and exits #515
Conversation
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Unit Test Results - Linux 1 files 19 suites 45s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 35s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Tests Coverage Report12 tests 12 ✅ 2m 41s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Tests Coverage Report12 tests 12 ✅ 2m 51s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 41s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report57 tests 57 ✅ 4m 5s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 2m 51s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report 1 files 1 suites 3m 41s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
E2E Node Add Tests Coverage Report10 tests 10 ✅ 6m 36s ⏱️ Results for commit 11046c9. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.28 #515 +/- ##
===============================================
Coverage ? 81.52%
===============================================
Files ? 35
Lines ? 4449
Branches ? 757
===============================================
Hits ? 3627
Misses ? 822
Partials ? 0
|
…r and exits (#515) Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
🎉 This issue has been resolved in version 0.28.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
Description
This pull request changes the following:
Related Issues